projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72b1e3
)
Force shooter process updates to match gtk_widget_draw closely
author
Christian Dywan
<christian@twotoasts.de>
Fri, 16 Oct 2009 21:13:40 +0000
(23:13 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:17 +0000
(
01:51
+0200)
docs/tools/shooter.c
patch
|
blob
|
history
diff --git
a/docs/tools/shooter.c
b/docs/tools/shooter.c
index f8df8b57539a32ad79c2d911c61d4b5be6201b4c..eef624215fda85766a7d11b95dfe9d5c1185cfa6 100644
(file)
--- a/
docs/tools/shooter.c
+++ b/
docs/tools/shooter.c
@@
-208,6
+208,7
@@
int main (int argc, char **argv)
gtk_widget_queue_draw_area (info->window,
info->window->allocation.x, info->window->allocation.y,
info->window->allocation.width, info->window->allocation.height);
+ gdk_window_process_updates (info->window->window, TRUE);
while (gtk_events_pending ())
{